golang.org/x/net/http2.ClientConn.werr (field)
7 uses
golang.org/x/net/http2 (current package)
transport.go#L344: werr error // first write error that has occurred
transport.go#L766: err: &cc.werr,
transport.go#L812: if cc.werr != nil {
transport.go#L814: return nil, cc.werr
transport.go#L1563: werr := cc.werr
transport.go#L1598: for len(hdrs) > 0 && cc.werr == nil {
transport.go#L1618: return cc.werr
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)